home *** CD-ROM | disk | FTP | other *** search
- *--------- toggle screen pause; now: off
- tmode nopause
- *--------- list OS-9 diskette directory
- cat
- *--------- toggle screen pause; now: on
- tmode pause
-
- *--------- show bitmap
- bitmap
-
- *--------- check file structure of OS-9 diskette
- * dcheck
-
- *--------- copy dos files to OS-9 diskette (binary)
- * export c:\dos\*.* . -b
-
- *--------- copy OS-9 files to DOS hard disk (binary)
- * import b:\*.* c:\dos -b
-
- *--------- terminate os9max.exe after performing procedure file
- exit
-